PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFJavaScriptBlock Class / setName Method
The name associated with the JavaScript block.
In This Topic
    setName Method
    In This Topic
    Sets the name.
    Syntax
    public void setName( 
       java.lang.String name
    )

    Parameters

    name
    The name associated with the JavaScript block.
    Exceptions
    ExceptionDescription
    When name is null or empty.
    See Also